home *** CD-ROM | disk | FTP | other *** search
/ Aminet 23 / Aminet 23 (1998)(GTI - Schatztruhe)[!][Feb 1998].iso / Aminet / disk / misc / TransADF.lha / Source / version.h < prev    next >
C/C++ Source or Header  |  1997-11-30  |  303b  |  17 lines

  1. #ifndef TRANSADF_VERSION_H
  2. #define TRANSADF_VERSION_H
  3.  
  4.  
  5. /*-------------------------------*/
  6. /* Version information and usage */
  7. /*-------------------------------*/
  8.  
  9. /*---------------------*/
  10. /* Function prototypes */
  11. /*---------------------*/
  12.  
  13. void outputUsage (void);
  14.  
  15.  
  16. #endif /* TRANSADF_VERSION_H */
  17.